"barber shop booking calendar" shadcn/ui theme

vintage
barber shop
booking calendar
retro charm
modern utility
light and dark themes
contrast and harmony
user-friendly
immersive experience
emotional resonance

Shadcn/ui Theme Css Variables

name: VintageShearkeyword: barber shop booking calendar views: 14

:root {
  --background: 95% 95% 95%;
  --foreground: 0% 0% 20%;
  --card: 90% 90% 90%;
  --card-foreground: 0% 0% 20%;
  --popover: 95% 95% 95%;
  --popover-foreground: 0% 0% 20%;
  --primary: 10% 50% 50%;
  --primary-foreground: 95% 95% 95%;
  --secondary: 20% 30% 60%;
  --secondary-foreground: 95% 95% 95%;
  --muted: 80% 80% 80%;
  --muted-foreground: 0% 0% 50%;
  --accent: 40% 60% 40%;
  --accent-foreground: 0% 0% 20%;
  --destructive: 0% 70% 50%;
  --destructive-foreground: 95% 95% 95%;
  --border: 80% 80% 80%;
  --input: 90% 90% 90%;
  --ring: 10% 50% 50%;
  --radius: 0.75rem;
  --chart-1: 10% 50% 50%;
  --chart-2: 20% 30% 60%;
  --chart-3: 40% 60% 40%;
  --chart-4: 60% 40% 30%;
  --chart-5: 80% 30% 20%;
} 

.dark {
  --background: 10% 10% 15%;
  --foreground: 95% 95% 95%;
  --card: 15% 15% 20%;
  --card-foreground: 95% 95% 95%;
  --popover: 10% 10% 15%;
  --popover-foreground: 95% 95% 95%;
  --primary: 20% 60%19;
  --primary-foreground: 10% 10% 15%;
  --secondary: 30% 40% 70%;
  --secondary-foreground: 10% 10% 15%;
  --muted: 20% 20% 25%;
  --muted-foreground: 95% 95% 95%;
  --accent: 50% 70% 50%;
  --accent-foreground: 10% 10% 15%;
  --destructive: 0% 70% 50%;
  --destructive-foreground: 10% 10% 15%;
  --border: 20% 20% 25%;
  --input: 15% 15% 20%;
  --ring: 20% 60% 50%;
  --radius: 0.75rem;
  --chart-1: 20% 60% 50%;
  --chart-2: 30% 40% 70%;
  --chart-3: 50% 70% 50%;
  --chart-4: 70% 50% 40%;
  --chart-5: 90% 40% 30%;
}